FontStretch Enumeration

Represents font stretch for the text content.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum FontStretch

Members

Normal0 Font strech is normal.
UltraCondensed1 Font strech is ultra condensed.
ExtraCondensed2 Font strech is extra condensed.
Condensed3 Font strech is condensed.
SemiCondensed4 Font strech is semi condensed.
SemiExpanded5 Font strech is semi expanded.
Expanded6 Font strech is expanded.
ExtraExpanded7 Font strech is expanded.
UltraExpanded8 Font strech is ultra expanded.
None9 None.

See Also